.article-sharing {
    display: flex;
    flex-direction: row;
}

.article-sharing a {
    font-size: 0.9rem;
}

@media screen and (max-width: 1200px) {
    .article-sharing a {
        font-size: 0.77rem;
    }   
}

@media screen and (max-width: 980px) {
    .article-sharing {
        flex-direction: column;
        align-items: flex-start;
    }

    .article-sharing a {
        margin-bottom: 16px;
    }

    .flex-row {
        flex-direction: column;
    }

    .flex-col {
        padding: 15px 1.5%;
    }

    .flex-reverse-order {
        order: 0;
    }

    #resources-guide-header {
        width: 100%;
        background-image: none !important;
    }

    .guide-intro {
        margin: 0 0 40px;
    }
}